home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / PACKET / PKGOL624.ZIP / TDSFX.EXE / PKT-VHF!.TNC < prev    next >
Text File  |  1992-03-01  |  908b  |  36 lines

  1. **********************************************************************
  2. ***                  VHFPKT.TNC   file                          ******
  3. **********************************************************************
  4.  
  5. * Go to packet mode
  6.   PACKET
  7. * Settings to operate VHF packet, sample of how you might setup
  8. * your own TNC file
  9.  
  10. * Baud rate on VHF is 1200 on the radio port
  11. HBAUD 1200
  12.  
  13. * Turn on VHF (see AEA docs)
  14. VHF ON
  15.  
  16. * on a PK88, tone 3 is for compensation, to deal with radios
  17. * that don't have good high frequency response.
  18.  
  19. TONE 3
  20.  
  21. * To do file transfers, must have at least 150. 255 isn't too bad
  22. PACLEN 255
  23.  
  24. * Wait 300 ms before sending data, after keying down.
  25. TXDELAY 30
  26.  
  27. * Wait 7 seconds for a frame ack if I miss one
  28. FRACK 7
  29.  
  30. * Maximum number of frames outstanding (unacknowledged) is 5.
  31. MAXFRAME 5
  32.  
  33. * See the AEA docs about the TONEs to use on VHF.
  34. TONE 3
  35.  
  36.